home *** CD-ROM | disk | FTP | other *** search
- AutoMate 4 Objects
- CurrentTask2
- Properties
- Active
- Details
- Events
- Frequency
- FrequencyString
- Hotkey
- Interval
- IntervalType
- LaunchDate
- LaunchTime
- RunLate
- ScheduleLate
- StepCount
- TaskTriggers
- TaskName
- WindowName
- Methods
- AppendTaskStep(varNewStep)
- ClearSteps
- DeleteTaskStep(intStepNo)
- GetStepCommand(intStepNo)
- GetStepParameter(intStepNo, intParamNo)
- GetStepParamCount(intStepNo)
- GetStepStatus(intStepNo)
- GetTaskStep(intStepNo)
- InsertTaskStep(intBefore, varNewStep)
- LoadFromFileEx(varFileName, intExtractDeployables)
- SaveToFileEx(varFileName, intIgnoreMissingDeployables)
- SetStepStatus(intStepNo, intActive)
- SetTaskStep(intStepNo, varNewStep)
- AutoMate2
- Properties
- SystemDir
- TaskCount
- TaskList
- WindowsDir
- Methods
- FindWindowByTitle(varTitle)
- FindWindowByClass(varClassName)
- FindWindowContaining(varTitle, varClassName)
- Action2
- Properties
- GetLastError
- General Methods
- StartApplication (varCommandLine, varParameters, varDefaultDir, intWindowState, intWaitUntilReady, intWaitUntilDone)
- OpenDocument (varDocument)
- SendKeystrokes (varKeystrokes, intPauseFirst, intPauseLength)
- PasteKeys (varKeysToPaste)
- PrintDocument (varDocument)
- Message(varMessageText, intModal)
- Reminder (varReminderText, intReschedule)
- PlaySound (varSoundToPlay, intWaitUntilFinished)
- StopSound
- DDECommand (varText, varTopic, varItem)
- Window Methods
- WindowFocus(varWindowTitle, intExactMatch)
- WindowMaximize(varWindowTitle, intExactMatch)
- WindowMinimize(varWindowTitle, intExactMatch)
- WindowRestore(varWindowTitle, intExactMatch)
- FocusWindowContaining(varWindowTitle, intExactTitleMatch, varTextToFind, intExactTextMatch)
- WindowClose(varWindowTitle, intExactMatch)
- WindowHide(varWindowTitle, intExactMatch)
- WindowUnhide(varWindowTitle, intExactMatch)
- Internet Methods
- DialUp(varConnectionName, intAction)
- OpenWebpage (varWebpageAddress)
- PingMachine (varMachineAddress, intPingTimeout, varVarToSet, intPingAction, varPingTaskToStart, intNoPingAction, varNoPingTaskToStart)
- FTPQuickSend (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
- FTPQuickRetrieve (varHost, varUsername, varPassword, intPort, varLocalFile, varRemoteFile, varFTPLogFile, intOverwriteLog)
- FTPLogin (varHost, varUsername, varPassword, intPort, varFTPLogFile, intOverwriteLog, intPassiveMode)
- FTPRename (varFTPOldName, varFTPNewName)
- FTPUpload (varLocalFile, varRemoteFile, intTransType)
- FTPDownload (varRemoteFile, varLocalFile, intTransType)
- FTPDelete (varFTPFilename)
- FTPMakeDirectory (varDirectory)
- FTPRemoveDirectory (varDirectory)
- FTPChangeDirectory (varNewDirectory)
- FTPLogout
- CheckForMail (varServer, varUsername, varPassword, intWaitingMailAction, intNoWaitingMailAction)
- SendEmail (varServer, varUsername, varTo, varCC, varSubject, varBodyFilename, varAttachmentFilename)
- Mouse Methods
- MoveMouse (intXPos, intYPos)
- LeftClick
- LeftDblClick
- LeftMouseDown
- LeftMouseUp
- RightClick
- RightDblClick
- RightMouseDown
- RightMouseUp
- MiddleClick
- MiddleDblClick
- MiddleMouseDown
- MiddleMouseUp
- File System Methods
- AMCopyFile (varSourceFile, varDestFile)
- AMMoveFile (varSourceFile, varDestFile)
- AMRenameFile (varOldName, varNewName)
- AMDeleteFile (varFilename)
- AMMakeDir (varDirectory)
- AMRemoveDir (varDirectory)
- AMChangeDir (varDirectory)
- Zip Methods
- Zip (varFilesToZip, varFilesToExclude, varZipFilename, intIncludeSubDirs, intPreservePaths)
- Unzip (varFileToUnzip, varUnzipPath, intOverwriteExisting, intPreservePaths)
- Clipboard Methods
- ClipboardCut
- ClipboardCopy
- ClipboardPaste
- ClipboardClear
- System Methods
- RebootMachine
- ShutdownMachine
- QuitAutoMate
- LogoffMachine
- UpdateAutoMate (intUpdateLocation, varFTPServer, varNetworkPath, intShowProgress, intForceReboot)
- Login (varUsername, varPassword, varDomainName, intNewDesktop, intInteractive, intLaunchExplorer, intLockMouse, intLockKeyboard)
- Services Methods
- StartService (varServiceName)
- StopService (varServiceName)
- PauseService (varServiceName)
- ContService (varServiceName)
- InstallService (varExecutable, varDisplayName, varUsername, varPassword, intErrorType, intServiceType, intRunType, intInteractive)
- RemoveService (varServiceName, intStopFirst)
- Flow Control Methods
- Wait (intTimeToWait)
- PromptUser (varText, intType, intActionOnOK, intFailOnCancel, intFailOnNo, varTaskToStart)
- WaitForWindow (varWindowText, intExactMatch, intIncludeChildren, intWaitTime, intCheckInterval, intNoWindowAction, varTaskToStart)
- WaitForWindowToDisappear (varWindowTitle, intExactMatch, intIncludeChildren, intWaitInfinite, intInterval, intWaitTime, intStillPresentAction, varTaskToStart)
- StartTask (varTaskName, intWaitUntilDone, intFailThis)
- DisableThisTask
- Security Methods
- LockMouse
- LockKeyboard
- UnlockMouse
- UnlockKeyboard
- Password (varMessageText, varPassword, intMaxRetries)
- Recording Methods
- PlayMouse (varFilename)
- BASIC Scripting Methods
- RunScript (varFilename)
- Support Methods
- SendRawStep(varStep)
- GetFocusedWindowName
- Legacy Commands
- CurrentTask
- Properties
- TaskName
- LaunchDate
- LaunchTime
- Frequency
- IntervalType
- Interval
- RunLate
- ScheduleLate
- Active
- TaskTriggers
- Hotkey
- WindowName
- StepCount
- TaskData
- Details
- FrequencyString
- Events
- Methods
- GetTaskStep(StepNo)
- GetStepCommand(StepNo)
- GetStepParamCount(StepNo)
- SetTaskStep(StepNo, NewAction)
- GetStepParameter(StepNo, Parameter)
- AppendTaskStep(Action)
- InsertTaskStep(Before, Action)
- DeleteTaskStep(StepNo)
- GetStepStatus(StepNo)
- SetStepStatus(StepNo, Status)
- ClearSteps
- SaveToFile(FileName)
- LoadFromFile(FileName)
- AutoMate
- Properties
- Taskcount
- TaskList
- LastRASErrorCode
- LastRASErrorText
- WindowsDir
- SystemDir
- Methods
- FindWindowByTitle(Title)
- FindWindowByClass(ClassName)
- FindWindowContaining(Title, ClassName)
- RASConnect(ConnectTo)
- RASDisconnectEx(DunName)
- RunTask(Taskname)
- Action
- Methods
- Start(FileName, Parameters, ShowFlag, DefaultDir)
- OpenFile(FileName)
- SendKeys(PauseEnabled, PauseTime, Keystrokes)
- PrintFile(FileName)
- PlaySound(FileName, Wait)
- DDE(Service, Topic, Item)
- Focus(WindowTitle)
- FocusEx(Window, ExactMatch, HandlePassed)
- Maximize(Window, ExactMatch, HandlePassed)
- Minimize(Window, ExactMatch, HandlePassed)
- Restore(Window, ExactMatch, HandlePassed)
- FindText(Window, ExactMatch, HandlePassed, SearchText, SearchExact)
- CloseWind(Window, ExactMatch, HandlePassed)
- Hide(Window, ExactMatch, HandlePassed)
- UnHide(Window, ExactMatch, HandlePassed)
- FTPUpload(Server, Username, Password, Port, SourceFile, DestinationFile, Logfile, AppendLog)
- FTPDownload(Server, Username, Password, Port, SourceFile, DestinationFile, Logfile, AppendLog)
- SendMail(Server, Sender, Recipient, CCRecipient, Subject, Filename)
- OSCommand(Command)
- CopyFile(Source, Destination)
- MoveFile(Source, Destination)
- DeleteFile(Filename)
- MakeDir(Directory)
- RemDir(Directory)
- ChDir(Directory)
- RunScript(FileName)
- PlayRecording(FileName)